﻿2026-06-06T06:41:00.7456736Z ##[group]Run actions/checkout@v5
2026-06-06T06:41:00.7457195Z with:
2026-06-06T06:41:00.7457517Z   repository: SaberMage/spt-shell-notify
2026-06-06T06:41:00.7457952Z   path: .adapter-notify
2026-06-06T06:41:00.7462886Z   token: ***
2026-06-06T06:41:00.7463187Z   ssh-strict: true
2026-06-06T06:41:00.7463509Z   ssh-user: git
2026-06-06T06:41:00.7463820Z   persist-credentials: true
2026-06-06T06:41:00.7464169Z   clean: true
2026-06-06T06:41:00.7464500Z   sparse-checkout-cone-mode: true
2026-06-06T06:41:00.7464887Z   fetch-depth: 1
2026-06-06T06:41:00.7465194Z   fetch-tags: false
2026-06-06T06:41:00.7465512Z   show-progress: true
2026-06-06T06:41:00.7465832Z   lfs: false
2026-06-06T06:41:00.7466121Z   submodules: false
2026-06-06T06:41:00.7466448Z   set-safe-directory: true
2026-06-06T06:41:00.7466796Z ##[endgroup]
2026-06-06T06:41:00.8696029Z Syncing repository: SaberMage/spt-shell-notify
2026-06-06T06:41:00.8705185Z ##[group]Getting Git version info
2026-06-06T06:41:00.8705948Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-06T06:41:00.8757144Z [command]/usr/bin/git version
2026-06-06T06:41:00.8810811Z git version 2.34.1
2026-06-06T06:41:00.8839250Z ##[endgroup]
2026-06-06T06:41:00.8853647Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/8d9348fd-5513-46d0-93c2-bdf242be5d4d/.gitconfig'
2026-06-06T06:41:01.0162667Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/8d9348fd-5513-46d0-93c2-bdf242be5d4d' before making global git config changes
2026-06-06T06:41:01.0164962Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:41:01.0176943Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:41:01.1980052Z ##[group]Initializing the repository
2026-06-06T06:41:01.1987668Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:41:01.2047514Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-06T06:41:01.2048881Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-06T06:41:01.2049966Z hint: of your new repositories, which will suppress this warning, call:
2026-06-06T06:41:01.2050688Z hint: 
2026-06-06T06:41:01.2051267Z hint: 	git config --global init.defaultBranch <name>
2026-06-06T06:41:01.2051905Z hint: 
2026-06-06T06:41:01.2052522Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-06T06:41:01.2053437Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-06T06:41:01.2054238Z hint: 
2026-06-06T06:41:01.2065619Z hint: 	git branch -m <name>
2026-06-06T06:41:01.3514996Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-06T06:41:01.3531619Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:41:01.3892528Z ##[endgroup]
2026-06-06T06:41:01.3893827Z ##[group]Disabling automatic garbage collection
2026-06-06T06:41:01.3897528Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:41:01.5951972Z ##[endgroup]
2026-06-06T06:41:01.5952568Z ##[group]Setting up auth
2026-06-06T06:41:01.5963639Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:41:01.6005510Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:41:01.6246700Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:41:01.6286890Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:41:01.6529671Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:41:01.7563867Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:41:01.7566339Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:41:01.8026205Z ##[endgroup]
2026-06-06T06:41:01.8026992Z ##[group]Determining the default branch
2026-06-06T06:41:01.8032047Z Retrieving the default branch name
2026-06-06T06:41:02.2797455Z Default branch 'main'
2026-06-06T06:41:02.2798795Z ##[endgroup]
2026-06-06T06:41:02.2799968Z ##[group]Fetching the repository
2026-06-06T06:41:02.2801459Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-06T06:41:03.1828685Z From https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:41:03.1830097Z  * [new branch]      main       -> origin/main
2026-06-06T06:41:03.1854489Z ##[endgroup]
2026-06-06T06:41:03.1855272Z ##[group]Determining the checkout info
2026-06-06T06:41:03.1857628Z ##[endgroup]
2026-06-06T06:41:03.1864522Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:41:03.1936402Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:41:03.1978473Z ##[group]Checking out the ref
2026-06-06T06:41:03.1984622Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-06T06:41:03.2050034Z Switched to a new branch 'main'
2026-06-06T06:41:03.2050880Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-06T06:41:03.2055593Z ##[endgroup]
2026-06-06T06:41:03.2112565Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:41:03.2150396Z ee2d37eadc730c0019e0af82d683074c509634a2
